Skip to content

feat:support auth. #1541

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 6, 2025
Merged

feat:support auth. #1541

merged 4 commits into from
May 6, 2025

Conversation

fuyuwei01
Copy link
Collaborator

@fuyuwei01 fuyuwei01 commented May 6, 2025

PR Type

Describe what this PR does for and how you did.

Adding the issue link (#xxx) if possible.

closes #1213

Note

Checklist

  • Add information of this PR to CHANGELOG.md in root of project.
  • Add documentation in javadoc or comment below the PR if necessary.

@SkyeBeFreeman SkyeBeFreeman added this to the 2.0.0.0 milestone May 6, 2025
@SkyeBeFreeman SkyeBeFreeman linked an issue May 6, 2025 that may be closed by this pull request
Copy link

codecov bot commented May 6, 2025

Codecov Report

Attention: Patch coverage is 10.93750% with 57 lines in your changes missing coverage. Please review.

Project coverage is 62.77%. Comparing base (f9eda74) to head (4d2cb24).
Report is 1 commits behind head on hoxton.

Files with missing lines Patch % Lines
.../cloud/polaris/auth/filter/AuthReactiveFilter.java 0.00% 14 Missing ⚠️
...t/cloud/polaris/auth/filter/AuthServletFilter.java 0.00% 11 Missing ⚠️
...aris/auth/config/PolarisAuthAutoConfiguration.java 0.00% 10 Missing ⚠️
.../cloud/polaris/auth/config/AuthConfigModifier.java 0.00% 6 Missing ⚠️
...nt/cloud/polaris/auth/utils/AuthenticateUtils.java 0.00% 6 Missing ⚠️
...oud/polaris/auth/config/PolarisAuthProperties.java 0.00% 5 Missing ⚠️
...config/PolarisAuthPropertiesAutoConfiguration.java 0.00% 2 Missing ⚠️
...loud/polaris/context/PolarisSDKContextManager.java 66.66% 2 Missing ⚠️
...g/PolarisAuthPropertiesBootstrapConfiguration.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             hoxton    #1541      +/-   ##
============================================
- Coverage     63.20%   62.77%   -0.43%     
  Complexity        2        2              
============================================
  Files           334      342       +8     
  Lines          7878     7938      +60     
  Branches        950      955       +5     
============================================
+ Hits           4979     4983       +4     
- Misses         2468     2524      +56     
  Partials        431      431              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@SkyeBeFreeman SkyeBeFreeman self-requested a review May 6, 2025 10:07
SkyeBeFreeman
SkyeBeFreeman previously approved these changes May 6, 2025
Copy link
Collaborator

@SkyeBeFreeman SkyeBeFreeman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@SkyeBeFreeman SkyeBeFreeman merged commit 853202b into Tencent:hoxton May 6, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

增加服务间调用鉴权功能
2 participants